From: Glenn Morris Date: Sun, 5 Feb 2012 02:27:35 +0000 (-0800) Subject: * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~938 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e9d1c152f614999e652f70f375a3e64aa8f91e17;p=emacs.git * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4012838e41e..b88581d290c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-05 Glenn Morris + + * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. + 2012-02-05 Juanma Barranquero * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 95bdc815e18..befed33abba 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2283,7 +2283,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and "with-selected-window" "with-selected-frame" "with-silent-modifications" "with-syntax-table" "with-temp-buffer" "with-temp-file" "with-temp-message" - "with-timeout" "with-timeout-handler") t) + "with-timeout" "with-timeout-handler" "with-wrapper-hook") t) "\\>") . 1) ;; Control structures. Common Lisp forms.